home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / HardwareProjects / i2clib38.lha / Glue / SAS-C / src / README.SAS < prev    next >
Encoding:
Text File  |  1994-01-03  |  567 b   |  24 lines

  1.  
  2. ;
  3. ; For SAS/C users.
  4. ;
  5. ; execute this README.SAS file to make .lib files
  6. ;
  7. ; To make i2c.lib (the SMALL_CODE version, all data relative to A4) use:
  8.  
  9.     lmk -a -f makefile.sas ASMFLAGS=-dSMALL_CODE i2c.lib
  10.  
  11. ; To make i2cnb.lib (the LARGE_CODE version, absolute data, no-base) use:
  12.  
  13.     lmk -a -f makefile.sas ASMFLAGS=-dLARGE_CODE i2cnb.lib
  14.  
  15. ; Then copy 'i2c.lib' and 'i2cnb.lib' to LIB:
  16. ;
  17. ;
  18. ; If you compile your programs with the default, small data model
  19. ; link with 'i2c.lib',
  20. ;
  21. ; if you compile your programs with the large data model
  22. ; link with 'i2cnb.lib'.
  23.  
  24.